home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBPass / HTBPass.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.3 KB  |  50 lines

  1. /*************************************************
  2. HTBPass.dll
  3.  
  4. HTBPass.h
  5.  
  6. Copyright TransEra Corporation 1999
  7. *************************************************/
  8. #if !defined(AFX_HTBPASS_H__63C69C44_69F7_11D3_8BBB_00105AC66D91__INCLUDED_)
  9. #define AFX_HTBPASS_H__63C69C44_69F7_11D3_8BBB_00105AC66D91__INCLUDED_
  10.  
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14.  
  15. #ifndef __AFXWIN_H__
  16.     #error include 'stdafx.h' before including this file for PCH
  17. #endif
  18.  
  19. #include "resource.h"        // main symbols
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CHTBPassApp
  23. // See HTBPass.cpp for the implementation of this class
  24. //
  25.  
  26. class CHTBPassApp : public CWinApp
  27. {
  28. public:
  29.     CHTBPassApp();
  30.  
  31. // Overrides
  32.     // ClassWizard generated virtual function overrides
  33.     //{{AFX_VIRTUAL(CHTBPassApp)
  34.     //}}AFX_VIRTUAL
  35.  
  36.     //{{AFX_MSG(CHTBPassApp)
  37.         // NOTE - the ClassWizard will add and remove member functions here.
  38.         //    DO NOT EDIT what you see in these blocks of generated code !
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.  
  43.  
  44. /////////////////////////////////////////////////////////////////////////////
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_HTBPASS_H__63C69C44_69F7_11D3_8BBB_00105AC66D91__INCLUDED_)
  50.